From b95a6c7c6241b341272286375d19241f1b05d1bf Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 9 Jun 2014 14:17:39 +1200 Subject: [PATCH] GdkDisplay: Remove unused GdkKeyboardGrabInfo struct I can't find anything that uses this struct and it seems to be replaced by GdkDeviceGrabInfo --- gdk/gdkdisplayprivate.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gdk/gdkdisplayprivate.h b/gdk/gdkdisplayprivate.h index 2dbaafe98c..7911d25f4f 100644 --- a/gdk/gdkdisplayprivate.h +++ b/gdk/gdkdisplayprivate.h @@ -31,17 +31,7 @@ G_BEGIN_DECLS typedef struct _GdkDisplayClass GdkDisplayClass; -/* Tracks information about the keyboard grab on this display */ -typedef struct -{ - GdkWindow *window; - GdkWindow *native_window; - gulong serial; - gboolean owner_events; - guint32 time; -} GdkKeyboardGrabInfo; - -/* Tracks information about the pointer grab on this display */ +/* Tracks information about the device grab on this display */ typedef struct { GdkWindow *window; -- 2.30.2